Learn R Programming

Directional (version 2.4)

MLe of the generalised von Mises distribution: MLe of the geometrically generalised von Mises distribution

Description

MLe of the geometrically generalised von Mises distribution.

Usage

ggvm(phi, rads = FALSE)

Arguments

phi
A numerical vector with the circular data.
rads
Whether the data are in rads (TRUE) or not (FALSE).

Value

A list including: A list including:

Details

The generalised von Mises distribution (Dietrich and Richter, 2016) is fitted to some data and its parameters are estimated.

References

Dietrich, T., & Richter, W. D. (2016). Classes of geometrically generalized von Mises distributions. Sankhya B, 1-39.

See Also

circ.summary, rvonmises

Examples

Run this code
x <- rvonmises(100, 2, 25, rads = TRUE)
circ.summary(x, rads = TRUE)
ggvm(x, rads = TRUE)

Run the code above in your browser using DataLab